home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmSSSSttttrrrriiiinnnnggggBBBByyyytttteeeeCCCCoooommmmppppaaaarrrreeee((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmSSSSttttrrrriiiinnnnggggBBBByyyytttteeeeCCCCoooommmmppppaaaarrrreeee((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _X_m_S_t_r_i_n_g_B_y_t_e_C_o_m_p_a_r_e - A compound string function that
- indicates the results of a byte-by-byte comparison
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/Xm.h>
-
- Boolean XmStringByteCompare (ssss1111,,,, ssss2222)
- _X_m_S_t_r_i_n_g ssss1111;
- _X_m_S_t_r_i_n_g ssss2222;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _X_m_S_t_r_i_n_g_B_y_t_e_C_o_m_p_a_r_e returns a Boolean indicating the results
- of a byte-by-byte comparison of two compound strings.
-
- In general, if two compound strings are created with the
- same (char *) string using _X_m_S_t_r_i_n_g_C_r_e_a_t_e_L_o_c_a_l_i_z_e_d in the
- same language environment, the compound strings compare as
- equal. If two compound strings are created with the same
- (char *) string and the same font list element tag set other
- than _X_m_F_O_N_T_L_I_S_T__D_E_F_A_U_L_T__T_A_G using _X_m_S_t_r_i_n_g_C_r_e_a_t_e, the
- strings compare as equal.
-
- In some cases, once a compound string is put into a widget,
- that string is converted into an internal form to allow
- faster processing. Part of the conversion process strips
- out unnecessary or redundant information. If an application
- then does an _X_t_G_e_t_V_a_l_u_e_s to retrieve a compound string from
- a widget (specifically, Label and all of its subclasses), it
- is not guaranteed that the compound string returned is
- byte-for-byte the same as the string given to the widget
- originally.
-
- ssss1111 Specifies a compound string to be compared with ssss2222
-
- ssss2222 Specifies a compound string to be compared with ssss1111
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- Returns True if two compound strings are identical byte-by-
- byte.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _X_m_S_t_r_i_n_g_C_r_e_a_t_e(_3_X) and _X_m_S_t_r_i_n_g_C_r_e_a_t_e_L_o_c_a_l_i_z_e_d(_3_X).
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-